Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#354 common menu state composable added #539

Merged
merged 1 commit into from
Nov 14, 2023
Merged

#354 common menu state composable added #539

merged 1 commit into from
Nov 14, 2023

Conversation

Robert-Kovalcuk
Copy link
Contributor

Contributor checklist


Description

Related issue

@andrewtavis
Copy link
Member

@to-sta, any idea why we don't have tests running on this PR or #538? Really weird as there's been no changes since your most recent one in #536 🤔

Copy link
Contributor

github-actions bot commented Nov 11, 2023

Thank you for the pull request!

The activist team will do our best to address your contribution as soon as we can. The following is a checklist for maintainers to make sure this process goes as well as possible. Feel free to address the points below yourself in further commits if you realize that actions are needed :)

If you're not already a member of our public Matrix community, please consider joining! We'd suggest using Element as your Matrix client, and definitely join the General and Development rooms once you're in. It'd be great to have you!

Maintainer checklist

  • The commit messages for the remote branch should be checked to make sure the contributor's email is set up correctly so that they receive credit for their contribution

    • The contributor's name and icon in remote commits should be the same as what appears in the PR
    • If there's a mismatch, the contributor needs to make sure that the email they use for GitHub matches what they have for git config user.email in their local activist repo
  • The TypeScript and formatting workflows within the PR checks do not indicate new errors in the files changed

  • The CHANGELOG has been updated with a description of the changes for the upcoming release and the corresponding issue (if necessary)

Copy link

netlify bot commented Nov 11, 2023

Deploy Preview for activist-org ready!

Name Link
🔨 Latest commit f121d0d
🔍 Latest deploy log https://app.netlify.com/sites/activist-org/deploys/654eec88148ea4000818555f
😎 Deploy Preview https://deploy-preview-539--activist-org.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@to-sta
Copy link
Collaborator

to-sta commented Nov 11, 2023

@andrewtavis

@to-sta, any idea why we don't have tests running on this PR or #538? Really weird as there's been no changes since your most recent one in #536 🤔

This is a security feature by github, for first-time contributors. A maintainer needs to approve the execution of workflows.

By default, all first-time contributors require approval to run workflows.

Approving workflow runs from public forks

@andrewtavis
Copy link
Member

andrewtavis commented Nov 11, 2023

Hmmm strange :( Must have just been some latency on their end as I wasn't seeing it as an option :) Just that there was no conflicts, and the maintainer checklist also didn't fire. Thanks @to-sta!

@@ -257,23 +257,23 @@ const createButtons: MenuSelector[] = [
const infoButtons: MenuSelector[] = [
{
id: 1,
label: "_global.help",
label: "components.sidebar-left-selector.label.help",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Noting that this has some i18n keys that are being replaced :)


const organizationEntries = ref([
createMenuEntry("_global.about", "organizations", "bi:card-text", true),
createMenuEntry("components.sidebar-left-selector.label.events", "organizations", "bi:calendar-check", true),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm expecting that these i18n keys should also be replaced with _global variants :)

Copy link
Member

@andrewtavis andrewtavis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is great stuff here, @Robert-Kovalcuk! Thanks so much for getting all this done with such a high level of care for us using the right practices. The only thing I'm noting now is that for mobile the page isn't changing when we use the keyboard to select the option and return to select it. This can be another issue though 😊

Goal is to make new issues this evening after the talk I have. Will be in touch!

@andrewtavis
Copy link
Member

I'll fix the i18n keys as well 🙃

@andrewtavis andrewtavis merged commit c113d49 into activist-org:main Nov 14, 2023
7 checks passed
@Robert-Kovalcuk
Copy link
Contributor Author

Sounds good, Looking forward to contributing as much as a I can)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants